From: Juanma Barranquero Date: Fri, 30 Aug 2002 17:00:06 +0000 (+0000) Subject: (Fx_open_connection): Fix docstring. Patch from Rune Kleveland . --- diff --git a/src/xfns.c b/src/xfns.c index f3f16d4abe1..58163101f8a 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -5293,8 +5293,8 @@ terminate Emacs if we can't open the connection. */) if (!NILP (must_succeed)) fatal ("Cannot connect to X server %s.\n\ Check the DISPLAY environment variable or use `-d'.\n\ -Also use the `xauth' program to verify that you have the proper -authoritization information needed to connect the X server.\n\ +Also use the `xauth' program to verify that you have the proper\n\ +authorization information needed to connect the X server.\n\ An insecure way to solve the problem may be to use `xhost'.\n", SDATA (display)); else